home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.27-7 / security / Makefile < prev   
Encoding:
Makefile  |  2008-10-24  |  625 b   |  20 lines

  1. #
  2. # Makefile for the kernel security code
  3. #
  4.  
  5. obj-$(CONFIG_KEYS)            += keys/
  6. subdir-$(CONFIG_SECURITY_SELINUX)    += selinux
  7. subdir-$(CONFIG_SECURITY_SMACK)        += smack
  8.  
  9. # always enable default capabilities
  10. obj-y        += commoncap.o
  11.  
  12. # Object file lists
  13. obj-$(CONFIG_SECURITY)            += security.o capability.o inode.o
  14. # Must precede capability.o in order to stack properly.
  15. obj-$(CONFIG_SECURITY_SELINUX)        += selinux/built-in.o
  16. obj-$(CONFIG_SECURITY_SMACK)        += smack/built-in.o
  17. obj-$(CONFIG_SECURITY_APPARMOR)         += commoncap.o apparmor/
  18.  obj-$(CONFIG_SECURITY_ROOTPLUG)        += root_plug.o
  19. obj-$(CONFIG_CGROUP_DEVICE)        += device_cgroup.o
  20.